Skip to main content
Feedback

Overview of Inject Model Attribute Headers Connector

Release Notes

API Management Release DateRelease TypeRelease Description
November 16, 2021EnhancementConnector now supports UTF-8 encoding of the header value to be injected. In case the header and the value to be injected already exists, header will not get injected.

Description

  • The Inject Model Attribute Headers Connector can inject API Management model (members, applications, plans, packages, keys, and package_keys) fields as HTTP header(s) in the target API request or the response coming from backend server.

  • It also supports EAVs (Extended Attributes Value).

  • The Header value is UTF-8 encoded (special characters except . - * _ and space are converted into one or more bytes using UTF-8 encoding scheme.)

  • The Connector does not enrich/inject header if :

    • Header data is empty

    • Header data is unavailable

    • The header and it's corresponding value to be added is already present in the request headers of pre-process and in the response headers of post-process.

On this Page